Tabs - load content and code with AW.HTTP.Request

Use onSelectedItemsChanged event and AW.HTTP.Request object to load content in Ajax-style, extract the script from the page and eval()

	tabs.onSelectedItemsChanged = function(selected){...}
Tabs content goes here...

Back to tabs examples, all examples